home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / e / ee0716c.lha / E / docs / EE.READ_FIRST < prev    next >
Encoding:
Text File  |  1994-08-28  |  3.0 KB  |  67 lines

  1. EE v0.7, rev 16b - ReadmeFirst.txt doc
  2. --------------------------------------
  3.  
  4. First, let me apologize to everyone for releasing an unfinished project.
  5. EE was supposed to showcase some of the awesome potential of the E
  6. language...but due to some bad circumstances I haven't been able to
  7. touch it for some time.  Hence, some features in EE are still unstable.
  8. I shall list those here so you'll know what to look out for.
  9.  
  10. BUT...there is a good side to this!  If I'd had more time to finish EE,
  11. you would be getting E v3.0 much later!! :) :)  So...tis a mixed
  12. blessing, methinks.
  13.  
  14. If this intro scares you, then I say, "Good!"  Now it's over, lemme say
  15. I've been using EE with little bad side effects for quite some time,
  16. and although my dilligent betatesters have identified many bugs (most
  17. of which are annoyances, only a handfull really dangerous) EE is still
  18. very usable if you know what to avoid.
  19.  
  20. Listed here are the dangerous and/or most commonly encountered problems:
  21.  
  22.   - DON'T attempt to load binary files, EE will crash.
  23.  
  24.   - Avoid sudden mouse moves and fast repetitive clicking while selecting
  25.     text.  This does funny things to my event handler, and causes mouse
  26.     selection to quit working.
  27.  
  28.   - ARexx looks like it's a feature, but it's not.  Due to more than one
  29.     problem, it was removed temporarily.
  30.  
  31.   - ReplaceSelected function appears as a separate function in the guide,
  32.     and in the PrefsEditor utility.  This an oversight on my part...I
  33.     forgot to change the docs after renovating the Find/Replace functions.
  34.     This function has been obsolesced...it is now inherent in the Replace
  35.     function.  If a block is selected when Replace is invoked, the
  36.     hilighted text is automatically picked up and stuffed in the requester.
  37.     FindSelected, on the other hand, must be a separate function since Find
  38.     can be used to extend a selected block.  Hope this clears up any
  39.     confusion. (Thanks for the report, Lionel!)
  40.  
  41.   - ShowEditorInfo function used to be called ShowResources function.
  42.     The docs are out of date.
  43.  
  44.   - Once you create macros there's no way of telling what you've got out
  45.     there (besides mashing keys).  So when you create a macro, keep a log
  46.     of what key sequence it's bound to, what function is called, and any
  47.     info it contains (like searchstring='blah', or font=e/11).  One of
  48.     these days I'll get around to writing a util to eat a macro file and
  49.     spit out a description...
  50.  
  51.   - Invoking the PrefsEditor from within EE does not work if EE isn't
  52.     launched via the AmigaDOS Run command.  It also does't work if EE
  53.     is run from the RAM: device.  Dunno why this happens.  (This is only
  54.     on my machine...unaware of behaviour on other systems.)  If you
  55.     encounter these problems, just be sure you "Run EE", and only try to
  56.     run it from a true disk.
  57.  
  58. These problems will be taken care of soon as possible and a new distro
  59. will be released.  Please feel free to send bug reports.  The more info
  60. I get, the better armed I am to exterminate! >:)
  61.  
  62. And above all, HAVE FUN!!! =)
  63.  
  64. Thus endeth the period of nail biting.
  65.  
  66. -- Barry
  67.